/*common css*/
/*多行溢出*/
.of {overflow: hidden;}
.overflowone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.img-box .img-h {
  transform: translate(-50%, -50%) scale(1.1);
}
.box-public-css .box-img {
  overflow: hidden;
  position: relative;
}
.box-public-css .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.box-public-css:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '微软雅黑', Arial, PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*header*/
.header {
  position: relative;
  z-index: 1001;
}
.header .header-logo {
  padding-top: 25px;
  padding-bottom: 32px;
  float: left;
}
.header .header-logo img {
  display: block;
}
.header .header-other {
  float: right;
  margin-top: 55px;
}
.header .header-other > div {
  float: left;
}
.header .header-other .other-links {
  line-height: 34px;
}
.header .header-other .other-links a,
.header .header-other .other-links span {
  display: inline-block;
  vertical-align: top;
  color: #89898C;
}
.header .header-other .other-links span {
  margin-left: 5px;
  margin-right: 5px;
}
.header .header-other .other-links a:hover {
  text-decoration: underline;
  color: #3D55A7;
}
.header .header-other .tools {
  margin-left: 15px;
}
.header .header-other .search-box {
  width: 186px;
  position: relative;
}
.header .header-other .search-box .s-inp {
  width: 100%;
  height: 34px;
  line-height: 32px;
  border-radius: 17px;
  border: 1px solid #D5D8E0;
  padding-left: 15px;
  padding-right: 40px;
}
.header .header-other .search-box .s-btn {
  background: url("cdfycn-search-btn.png") no-repeat;
  width: 15px;
  height: 15px;
  top: 9px;
  right: 15px;
  position: absolute;
  z-index: 9;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  background: #3D55A7;
  border: none;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin-: 0;
  padding: 0;
  width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #1D3897 !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #17488D;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 157px;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 10px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav .megamenu-content {
  border: none!important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.nav-groups .menu-row {
  margin-left: -30px;
  margin-right: -30px;
}
.nav-groups .menu-row .menu-col {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 240px;
}
.nav-groups .menu-row .menu-col:last-child:before {
  display: none;
}
.nav-groups .menu-row .menu-col:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #cdd1dc;
}
.nav-groups .menu-title {
  font-weight: bold;
  color: #3D55A7;
  line-height: 24px;
  background: url("cdfycn-icon-18.png") no-repeat left center;
  padding-left: 22px;
  margin-bottom: 15px;
}
.nav-groups .menu-info .box-img {
  overflow: hidden;
  position: relative;
}
.nav-groups .menu-info .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.nav-groups .menu-info:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.nav-groups .menu-info .row {
  margin-left: -12px;
  margin-right: -12px;
}
.nav-groups .menu-info .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.nav-groups .menu-info .box-img {
  height: 170px;
}
.nav-groups .menu-info .box-info .box-txt {
  color: #333333;
  line-height: 26px;
  max-height: 182px;
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.nav-groups .menu-info .box-info .box-more {
  color: #3D55A7;
}
.nav-groups .menu-info .box-info .box-more:hover {
  text-decoration: underline;
  color: #3D55A7;
}
.nav-groups .menu-list a {
  display: block;
  background: url("cdfycn-icon-18.png") no-repeat left center;
  font-weight: bold;
  color: #3D55A7;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  padding-left: 22px;
}
.nav-groups .menu-list a:hover {
  text-decoration: underline;
}
.nav-groups .menu-list-02 .row {
  margin-left: -7px;
  margin-right: -7px;
}
.nav-groups .menu-list-02 .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.nav-groups .menu-list-02 .box-s {
  text-align: center;
}
.nav-groups .menu-list-02 .box-s .box-img {
  margin-bottom: 12px;
}
.nav-groups .menu-list-02 .box-s .box-img img {
  height: 125px;
}
.nav-groups .menu-list-02 .box-s .box-name {
  display: block;
  font-weight: bold;
  line-height: 24px;
  color: #404040;
  margin-bottom: 5px;
}
.nav-groups .menu-list-02 .box-s .box-job {
  color: #666666;
  line-height: 20px;
}
.nav-groups .menu-list-02 .box-s:hover .box-name {
  color: #3D55A7;
}
.nav-groups .menu-list-03 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.nav-groups .menu-list-03 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
/*.nav-groups .menu-list-03 .row .box-w:nth-last-of-type(-n + 1) .box-s {*/
/*  margin-bottom: 0;*/
/*}*/
.nav-groups .menu-list-03 .box-s {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 85px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;background: #555;
}
.nav-groups .menu-list-03 .box-s:hover {
  text-decoration: underline;
}
.nav-groups .menu-list-04 {
  margin-bottom: 25px;
}
.nav-groups .menu-list-04:last-child {
  margin-bottom: 0;
}
.nav-groups .menu-list-04 a {
  float: left;
  color: #333333;
  line-height: 24px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.nav-groups .menu-list-04 a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.nav-groups .menu-list-04 a:last-child:after {
  display: none;
}
.nav-groups .menu-list-04 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #cfd5ea;
}
.nav-groups .menu-list-04 a:hover {
  text-decoration: underline;
  color: #3D55A7;
}
.nav-groups .menu-list-03[data-v-yjdw] .box-s {height: 97px;}
.nav-groups .menu-list-03[data-v-yjdw] li:nth-last-child(1) .box-s, .nav-groups .menu-list-03[data-v-yjdw] li:nth-last-child(2) .box-s {margin-bottom: 0px;}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #4766cc;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*footer*/
.footer {
  background: url("cdfycn-footer-bg.png") no-repeat right bottom #3D55A7;
  background-size: cover;
}
.footer .footer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 45px;
  padding-bottom: 35px;
}
.footer .footer-links .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .footer-links .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footer-links .box-s {
  margin-bottom: 10px;
}
.footer .ui-select-wrap {
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  height: 44px;
  padding-right: 15px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  font: 100 16px/42px;
}
.footer .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.footer .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.footer .ui-select-wrap .ui-select-list > li.selected {
  background-color: #3D55A7;
}
.footer .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.footer .ui-select-input {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  padding-left: 15px;
  right: 25px;
}
.footer .ui-select-arrow {
  border-top-color: #fff;
  right: 10px;
}
.footer .footer-info {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  line-height: 24px;
  color: #fff;
  padding-right: 300px;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-info a {
  color: #fff;
}
.footer .footer-info a:hover {
  text-decoration: underline;
}
.footer .footer-info .info-other {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 0;
}
.footer .footer-info .info-other a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.footer .footer-info .info-other a:last-child {
  margin-right: 0;
}
.footer .footer-info .info-other img {
  display: block;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img {
  overflow: hidden;
  position: relative;
}
.index-banner .banner-box .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-banner .banner-box:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-banner .banner-box .box-img {
  height: 475px;
}
.index-banner .banner-box .box-title {
  background: url("cdfycn-bg-03.png") repeat-x bottom center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-banner .banner-box .box-title span {
  position: absolute;
  left: 24px;
  right: 150px;
  bottom: 20px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-banner .banner-box .box-title span:hover {
  text-decoration: underline;
}
.index-banner .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: auto;
  left: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0 0 8px;
}
.index-banner .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #ffffff;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background-color: #C00F0F;
  width: 50px;
}
.index-banner .slick-arrow {
  width: 55px;
  height: 55px;
  background-size: contain;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s;
}
.index-banner .slick-arrow:before {
  display: none;
}
.index-banner .slick-prev {
  left: 4%;
}
.index-banner .slick-next {
  right: 4%;
}
.index-banner:hover .slick-arrow {
  opacity: 1;
}
.index-banner:hover .slick-prev {
  left: 5%;
}
.index-banner:hover .slick-next {
  right: 5%;
}
/*public-title*/
.public-title {
  position: relative;
  margin-bottom: 25px;
}
.public-title .title-name {
  float: left;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  color: #1e2b57;
}
.public-title .title-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #d2d8eb;
  border-radius: 3px;
}
.public-title .title-more {
  float: right;
  line-height: 48px;
  color: #8890aa;
  position: relative;
  padding-right: 13px;
}
.public-title .title-more:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.public-title .title-more:hover {
  color: #0684e6;
}
.index-box {
  margin-bottom: 40px;
}
.index-box-02 {
  margin-bottom: 20px;
}
.index-main .row-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.index-main .row-wrap .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-top-news {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-top-news a {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #3D55A7;
}
.index-top-news a:hover {
  text-decoration: underline;
}
.index-tabs-groups .tabs-title {
  border-bottom: 2px solid #3D55A7;
  line-height: 55px;
}
.index-tabs-groups .tabs-title .title-item {
  float: left;
}
.index-tabs-groups .tabs-title .title-item a {
  display: block;
  float: left;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 2px;
}
.index-tabs-groups .tabs-title .title-item a span {
  display: inline-block;
  vertical-align: middle;
}
.index-tabs-groups .tabs-title .title-item a .icon-s {
  margin-right: 10px;
  position: relative;
}
.index-tabs-groups .tabs-title .title-item a .icon-s img {
  display: block;
}
.index-tabs-groups .tabs-title .title-item a .icon-s img.img-h {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-tabs-groups .tabs-title .title-item a .txt-s {
  font-weight: bold;
  color: #404040;
}
.index-tabs-groups .tabs-title .title-item a:hover,
.index-tabs-groups .tabs-title .title-item a.active {
  background-color: #3D55A7;
}
.index-tabs-groups .tabs-title .title-item a:hover .icon-s img.img-h,
.index-tabs-groups .tabs-title .title-item a.active .icon-s img.img-h {
  display: block;
}
.index-tabs-groups .tabs-title .title-item a:hover .txt-s,
.index-tabs-groups .tabs-title .title-item a.active .txt-s {
  color: #fff;
}
.index-tabs-groups .tabs-title .more-item {
  float: right;
}
.index-tabs-groups .tabs-title .more-item a {
  display: none;
  background: url("cdfycn-icon-02.png") no-repeat right center;
  padding-right: 15px;
  color: #9499A7;
}
.index-tabs-groups .tabs-title .more-item a:hover {
  text-decoration: underline;
  color: #3D55A7;
}
.index-tabs-groups .tabs-cont > div {
  display: none;
}
.index-title {
  line-height: 54px;
}
.index-title .title-s {
  float: left;
  vertical-align: bottom;
  border-bottom: 3px solid #CD1E1E;
  font-weight: bold;
  color: #404040;
}
.index-title .title-s img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.index-title .more-s {
  float: right;
  background: url("cdfycn-icon-02.png") no-repeat right center;
  padding-right: 15px;
  color: #9499A7;
}
.index-title .more-s:hover {
  text-decoration: underline;
  color: #3D55A7;
}
.news-groups .news-hot {
  float: left;
  margin-right: 25px;
  width: 260px;
  border: 1px solid #F1F3FA;
}
.news-groups .news-hot .box-img {
  overflow: hidden;
  position: relative;
}
.news-groups .news-hot .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.news-groups .news-hot:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-groups .news-hot .box-img {
  height: 165px;
}
.news-groups .news-hot .box-info {
  background: #F1F3FA;
  padding: 10px 18px;
  height: 102px;
}
.news-groups .news-hot .box-info .title-s {
  display: block;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-groups .news-hot .box-info .more-s {
  display: inline-block;
  color: #9499A7;
  line-height: 20px;
}
.news-groups .news-list {
  overflow: hidden;
}
.news-groups .news-list .box-s a {
  display: block;
  height: 34px;
  line-height: 34px;
  background: url("cdfycn-img-49.png") no-repeat 0 14px;
  padding-left: 16px;
  color: #333333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-groups .news-list .box-s:hover a {
  color: #3D55A7;
  text-decoration: underline;
}
.index-notice .main-cont {
  background: #F1F3FA;
  padding: 20px 20px 20px 0;
  height: 225px;
}
.index-notice .box-s {
  margin-bottom: 10px;
}
.index-notice .box-s:last-child {
  margin-bottom: 0;
}
.index-notice .box-s .box-date {
  /*border-right: 1px solid rgba(192, 200, 227, 0.6);*/
  width: 112px;
  text-align: center;
  font-size: 13px;
  color: #7D849F;
  float: left;line-height: 1;
  margin-right: 6px;font-family: Times New Roman;
}
.index-notice .box-s .box-date .day-s {
  font-weight: bold;
  color: #465BA1;
  font-size: 18px;
  margin-bottom: 10px;
}
.index-notice .box-s .box-title {
  display: block;
  line-height: 1.3;
  height: 40px;
  color: #414141;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-notice .box-s:hover .box-title {
  color: #3D55A7;
  text-decoration: underline;
}
.index-video .video-groups {
  position: relative;
  height: 164px;
}
.index-video .box-s {
  position: absolute;
}
.index-video .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-video .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-video .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-video .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("cdfycn-icon-13.png") no-repeat center;
  z-index: 99;
}
.index-video .box-s.box-l {
  width: 65%;
  left: 0;
  top: 0;
}
.index-video .box-s.box-l .box-img {
  height: 164px;
}
.index-video .box-s.box-l .box-title {
  background: url("cdfycn-bg-01.png") repeat-x bottom center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-video .box-s.box-l .box-title a {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-video .box-s.box-l .box-title a:hover {
  text-decoration: underline;
}
.index-video .box-s.box-r {
  width: 33%;
  right: 0;
}
.index-video .box-s.box-r .box-mc {
  background-size: 32px 32px;
}
.index-video .box-s.box-r.b-video-t {
  top: 0;
}
.index-video .box-s.box-r.b-video-b {
  bottom: 0;
}
.index-video .box-s.box-r .box-img {
  height: 78px;
}
.index-park-landscape .slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #154383;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.index-park-landscape .slick-arrow:hover {
  background-color: #CD0D0E;
}
.index-park-landscape .slick-arrow:before {
  display: none;
}
.index-park-landscape .slick-prev {
  background-image: url("cdfycn-arrow-04.png");
  left: 0;
}
.index-park-landscape .slick-next {
  background-image: url("cdfycn-arrow-03.png");
  right: 0;
}
.index-park-landscape .box-s {
  position: relative;
}
.index-park-landscape .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-park-landscape .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-park-landscape .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-park-landscape .box-s .box-img {
  height: 246px;
}
.index-park-landscape .box-s .box-title {
  background: url("cdfycn-bg-01.png") repeat-x bottom center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-park-landscape .box-s .box-title span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-park-landscape .box-s .box-title span:hover {
  text-decoration: underline;
}
.index-platform .main-cont {
  height: 174px;
  background: #F1F3FA;
  padding: 23px 16px 0;
}
.index-platform .box-s {
  width: 47.5%;
  height: 55px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 18px;
  display: block;
  float: left;
}
.index-platform .box-s:nth-child(2n) {
  float: right;
}
.index-platform .box-s span {
  display: block;
}
.index-platform .box-s .box-icon {
  width: 45px;
  height: 100%;
  background-color: #1D71C0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  float: left;
}
.index-platform .box-s .box-title {
  margin-left: 45px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
}
.index-platform .box-s:hover .box-title {
  text-decoration: underline;
  color: #3D55A7;
}
.index-special .special-title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}
.index-special .special-title:after {
  content: '';
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: #F1F3FA;
  z-index: -1;
}
.index-special .special-title span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  color: #404040;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.index-special .special-title img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.index-special .special-list {
  margin-left: -18px;
  margin-right: -18px;
}
.index-special .box-s {
  margin-left: 18px;
  margin-right: 18px;
}
.index-special .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-special .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-special .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-special .box-s .box-img {
  height: 95px;
}
.index-special .slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #154383;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.index-special .slick-arrow:hover {
  background-color: #CD0D0E;
}
.index-special .slick-arrow:before {
  display: none;
}
.index-special .slick-prev {
  background-image: url("cdfycn-arrow-04.png");
  left: 0;
}
.index-special .slick-next {
  background-image: url("cdfycn-arrow-03.png");
  right: 0;
}
/*other-banner*/
.other-banner {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.other-banner .middle-cont {
  text-align: left;
}
.other-banner .banner-title {
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
  background: url("cdfycn-main-bg.png") repeat-x top center;
	min-height: -moz-calc(100vh - 350px);
    min-height: -webkit-calc(100vh - 350px);
    min-height: calc(100vh - 350px);
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bread-crumbs .bread-item-groups {
  line-height: 32px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #003E99;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover {
  color: #003E99;
  text-decoration: underline;
}
/*side-menu*/
.side-menu .menu-title {
  background: url("cdfycn-menu-bg.png") no-repeat bottom right;
  background-size: cover;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.side-menu .menu-cont {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #f6f7fe;
}
.side-menu .menu-cont a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e2e5ef;
  line-height: 30px;
  padding: 15px 20px;
  color: #333;
  font-size: 17px;
  background: url("cdfycn-arrow.png") no-repeat right 0 top 20px;
  z-index: 1;
  transition: all 0s;
}
.side-menu .menu-cont li:last-child a {border-bottom: 0;}
.side-menu .menu-cont a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
  left: 0;
  top: 22px;
}
.side-menu .menu-cont a:hover,
.side-menu .menu-cont li.active a {
  color: #fff;
}
.side-menu .menu-cont a:hover:before,
.side-menu .menu-cont li.active a:before {
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  top: 0;
  bottom: 0;
  background-color: #3D55A7;
  z-index: -1;
}
.side-menu .menu-cont a:hover:after,
.side-menu .menu-cont li.active a:after {
  background: #fff;
}
/*content-info*/
.content-info {
  background-color: #fff;
  padding: 0 30px;
  border-top: 4px solid #3D55A7;min-height: 466px;
}
.content-title {
  border-bottom: 1px solid #E2E5EF;
  margin-bottom: 30px;
}
.content-title .title-txt {
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.content-title .title-txt:after {
  content: '';
  height: 3px;
  background: #CD1E1E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-info .orgsort {font-size: 20px;color: #003e99;margin: 28px 0 18px 0;overflow: hidden;font-weight: 700;}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  padding: 0 15px;
  margin: 0px 3px 6px 0;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #3D55A7;
  color: #fff;border: 1px solid #3d55a7;
}
.pages span {
  background: #3D55A7;
  color: #fff;border: 1px solid #3d55a7;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background-color: #3D55A7;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top {
  border-bottom: 1px solid #c1d1e5;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.details-page .detail-top .title-s {
  color: #003e99;
  line-height: 1.5;padding-top: 16px;
}
.details-page .detail-top .top-other {
  color: #7D8FA4;
  margin-top: 25px;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #404040;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.details-page .main-cont video {border: #e4e9fb solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
/*文字列表*/
.list-text .box-s {
  background: url("cdfycn-img-10.png") no-repeat left 0 top 9px;
  padding-left: 16px;
  display: block;
  color: #474B55;
  line-height: 26px;
  margin-bottom: 22px;
  padding-right: 100px;
  position: relative;
}
.list-text[data-v-no] .box-s {padding-right: 0px;}
.list-text .box-s .box-title {
  display: block;
  color: #474B55;
}
.list-text .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7D8FA4;font-size: 14px;
}
.list-text .box-s:hover .box-title {
  color: #3D55A7;
  text-decoration: underline;
}
.list-text-02 .box-s {
  background: url("../images/cdfycn-img-11.png") no-repeat 0 10px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  color: #4D4D4D;
  padding-left: 20px;
}
.list-text-02 .box-s:hover {
  color: #3D55A7;
  text-decoration: underline;
}
/*图片列表*/
.list-img .row .box-w:nth-child(2n + 1) {
  clear: left;
}
.list-img .box-s {
  text-align: center;
  margin-bottom: 40px;
}
.list-img .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #e0e6fa;
  display: inline-block;
  width: 194px;
}
.list-img .box-s .box-img img {
  display: block;
  height: 274px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.list-img .box-s .box-job {
  line-height: 20px;
  color: #737373;
}
.list-img .box-s:hover:after {
  left: 0;
  width: 100%;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-title {
  color: #3D55A7;
}
.list-img-02 .box-s {
  margin-bottom: 30px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.list-img-02 .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.list-img-02 .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-img-02 .box-s .box-img {
  margin-bottom: 10px;
  height: 238px;
}
.list-img-02 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("cdfycn-img-35.png") no-repeat center transparent;
  z-index: 99;
}
.list-img-02 .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-img-02 .box-s .box-title-02 {
  line-height: 25px;
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-02 .box-s .box-date {
  color: #A6A6A6;
  margin-top: 10px;
}
.list-img-02 .box-s:hover .box-title,
.list-img-02 .box-s:hover .box-title-02 {
  color: #3D55A7;
}
/*图文列表*/
.list-img-text .box-s {
  border-bottom: 1px solid #E2E5EF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-img-text .box-s .box-img {
  overflow: hidden;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;height: 172px;
}
.list-img-text[data-v-qk] .box-s .box-img img {height: 209px;}
.list-img-text .box-s .box-info .box-title {
  display: block;
  font-weight: bold;
  line-height: 24px;
  color: #003E99;
}
.list-img-text .box-s .box-info .box-txt {
  text-align: justify;
  color: #737373;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .box-title {
  text-decoration: underline;
}
.list-img-text .box-s:hover .box-info .box-more {
  background-color: #3D55A7;
}
.list-img-text-01 .box-s .box-info .box-title {
  margin-bottom: 15px;
}
.list-img-text-01 .box-s .box-info .box-txt {
  line-height: 25px;
  height: 75px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-01 .box-s .box-info .box-more {
  display: block;
  background: url("cdfycn-arrow-02.png") no-repeat center center #003E99;
  width: 65px;
  height: 32px;
}
.list-img-text-02 .box-s .box-info .box-title {
  margin-bottom: 8px;
}
.list-img-text-02 .box-s .box-info .box-txt {
  line-height: 24px;
  height: 72px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-02 .box-s .box-info .box-date {
  color: #999999;
}
.list-img-text-03 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.list-img-text-03 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.list-img-text-03 .box-s .box-info .box-title {
  margin-bottom: 15px;
}
.list-img-text-03 .box-s .box-info .box-txt {
  line-height: 24px;
  height: 96px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.list-img-text-03 .box-s .box-info .box-more {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #003E99;
  text-align: center;
  color: #fff;
  display: block;
}
@media (min-width: 1200px) {
  .list-img-text-02 .row .box-img-w {
    width: 27%;
  }
  .list-img-text-02 .row .box-info-w {
    width: 73%;
  }
  .list-img-text-03 .row .box-img-w {
    width: 20%;
  }
  .list-img-text-03 .row .box-info-w {
    width: 80%;
  }
}
.personnel-details {
  padding: 35px;
  position: relative;
  z-index: 1;
  background: url("cdfycn-img-12.png") no-repeat right bottom;
  background-size: cover;
  padding-bottom: 180px;
  border-bottom: 7px solid #CD1E1E;
}
.personnel-details:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: url("cdfycn-img-13.png") no-repeat bottom left;
  background-size: contain;
}
.personnel-details .box-img {
  margin-bottom: 25px;
  border: 1px solid #e0e6fa;
}
.personnel-details .box-img img {
  display: block;
  width: 100%;
}
.personnel-details .box-info .info-top {
  border-bottom: 1px solid rgba(192, 198, 217, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.personnel-details .box-info .info-top .top-name {
  font-weight: bold;
  color: #333333;
}
.personnel-details .box-info .info-cont {
  color: #4A4F58;
  line-height: 2;
  text-align: justify;
}
.personnel-details .box-info .info-cont p {
  margin-bottom: 10px;
}
/*float-box*/
.float-box {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10001;
}
.float-box .a-box {
  margin-bottom: 2px;
  position: relative;
}
.float-box .a-box:last-child {
  margin-bottom: 0;
}
.float-box .a-box .a-s {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3D55A7;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}
.float-box .a-box:hover .a-s {
  background-color: #1D71C0;
}
.float-box .groups-wrap {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -300px;
  display: none;
  padding-right: 20px;
}
.float-box .groups-erwm {
  background: url("cdfycn-float-bg.png") no-repeat bottom center;
  background-size: cover;
  width: 400px;
  height: 600px;
  padding: 35px 15px 0;
}
.float-box .groups-erwm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.float-box .groups-erwm .box-logo {
  margin-bottom: 10px;
}
.float-box .groups-erwm .box-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.float-box .erwm-item .row {
  margin-left: -5px;
  margin-right: -5px;
}
.float-box .erwm-item .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.float-box .erwm-item .box-s {
  margin-bottom: 15px;
}
.float-box .erwm-item .box-s .img-s {
  margin-bottom: 8px;
}
.float-box .erwm-item .box-s .img-s img {
  height: 80px;
}
.float-box .erwm-item .box-s .title-s {
  display: block;
  line-height: 18px;
  height: 36px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media (max-height: 600px) {
  /*float-box*/
  .float-box {
    top: auto;
    bottom: 50px;
    right: 20px;
    transform: translateY(0);
  }
  .float-box .groups-wrap {
    top: auto;
    right: 40px;
    bottom: 0;
    margin-top: 0;
    display: none;
    padding-right: 20px;
  }
  .float-box .groups-erwm {
    height: 500px;
    padding: 20px 15px 0;
  }
  .float-box .groups-erwm .box-logo img {
    max-width: 240px;
  }
  .float-box .groups-erwm .box-title {
    margin-bottom: 20px;
  }
  .float-box .erwm-item .box-s .img-s img {
    height: 64px;
  }
}

.list-link { overflow:hidden; display:block;margin-top: 30px;}
.list-link li {overflow:hidden;clear:both;padding: 20px 18px;}
.list-link li:nth-child(odd) {background: #f5f7fb;}
.list-link li a{ float:left;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(cdfycn-icon-02.png);background-repeat: no-repeat;background-position: 8px 6px;padding-left: 32px; }
.list-link li a:hover {color: #334ca6;}
.list-link span {line-height:1.5;color:#9b9b9b; font-size: 15px;position: absolute;top:2px;right: 0;}
@media (max-width: 767px){
	.list-link {margin-top: 26px;}
    .list-link li a {padding-right: 0px;}
    .list-link span {position: initial;margin-left: 17px;}
}

.graphiclist {margin-top: 30px;}
.graphiclist li {display: block; overflow: hidden;margin-bottom: 26px;padding-bottom: 26px;border-bottom: 1px solid #E2E5EF;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {margin-bottom: 0px;}
/*.graphiclist li:hover {background: #fff;padding: 30px;border-radius: 5px;
    -webkit-box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
    box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
}*/
.graphiclist li h2 { margin:0 0 14px 0;font-weight: 700;font-size:18px;line-height:1.5; color:#003E99;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li a:hover h2 { text-decoration:underline;}
.graphiclist .news-img { margin-right: 30px;}
.graphiclist .news-img a {border:#e4e4e4 solid 1px;}
.graphiclist .news-img img { width: 226px; height: 151px;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li a:hover .news-img img {transform: scale(1.1);}
.graphiclist .news-txt p { line-height: 1.7; font-size: 14px; margin: 0px; color:#737373;overflow:hidden;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 13px 0 0 0; color:#98a1bf; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;text-align: right;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (max-width: 991px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist li h2 {}
	.graphiclist li h2 {font-size: 17px;line-height: 1.4;}
	.graphiclist .news-img img{ width: 141px; height:94px;}
}
@media (max-width: 320px) {
	.graphiclist .news-img img{ width: 104px; height:69px;}
}

/*专题*/
.linkspic {margin-top: 18px;}
.linkspic li {margin-bottom: 30px;}
.linkspic li img {width: 100%;height: 85px;border: #ffefd8 solid 1px;}
.linkspic li p {font-size: 14px;text-align: center;line-height: 1.3;margin: 10px 0 0 0;}
@media (max-width: 1199px){
	.linkspic .col-md-3 {width: 33.333333%;float: left;}
}
@media (max-width: 991px){
	.linkspic .col-md-3 {width: 50%;}
	.linkspic li img {height: 97px;}
}
@media (max-width: 767px){
    .linkspic .col-md-3 {width: 100%;}
    .linkspic li {margin-bottom: 20px;}
	.linkspic li:last-child {margin-bottom: 0px;}
    .linkspic li img {width: auto; height: auto;}
}

.img-list-03 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.img-list-03 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.img-list-03 .box-s {
  margin-top: 24px;
}
.img-list-03 .box-s .box-img {
  margin-bottom: 8px;
  height: 182px;
  border: 1px solid #eee;
}
.img-list-03 .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;height: 100%;
}
.img-list-03 .box-s .box-title {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
.img-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-03 .box-s:hover .box-title {
  color: #3d55a7;
}

/*-----------------信息公开---------------------*/
.lanmu2 { overflow: hidden;margin: 20px 0 0 0;border-bottom: #dddddd solid 1px;}
.lanmu2_l { color:#333;float:left;font-weight: 700;font-size:18px;padding: 0 0 9px 0;}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}
.textlink {
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 26px;
}
.textlink .gao1 {
    height: 118px;
    overflow: hidden;
}
.textlink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.textlink ul li {
    display: block;
}
.textlink ul li a {
    font-size: 15px;
    color: #454545;
    line-height: 30px;
    background-image: url(cdfycn-img-10.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 14px;
}
.textlink ul li a:hover{ color:#d61300;}
